Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Boost Performance and Support Tokens #18

Open
wants to merge 52 commits into
base: development
Choose a base branch
from

Conversation

MufidJamaluddin
Copy link

@MufidJamaluddin MufidJamaluddin commented Mar 15, 2019

  1. Boost Performance
    Hal ini dapat dicapai dengan menggunakan lru_cache (untuk cache dictionary kata dasar dan stopword).

  2. Menambahkan fitur stem dari tokens (word list) dan fitur stopword removal dari tokens.

har07 and others added 30 commits January 16, 2016 09:48
 Update travis-ci link due to renamed repo
… karena remove langsung dari list words), dengan menggunakan list baru (dan memakai list comprehension). Menambahkan daftar stop word pada StopWordRemoverFactory.
Modifying prefix rule 27 to stem pen-{c|d|j|s|t|z}
`normalize_text()` supports both `string` and `unicode`
* remove git conflict info

* fix code formatting

* fix NameError: name 'here' is not defined
Mengubah dictionary dari list ke dictionary
following change in the package name a while ago
@coveralls
Copy link

coveralls commented Mar 15, 2019

Coverage Status

Coverage increased (+0.4%) to 97.818% when pulling 169edcf on MufidJamaluddin:master into 900eb35 on har07:development.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

8 participants